home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tri_bbs / ttuli010.zip / ULIST.DOC < prev    next >
Text File  |  1991-09-22  |  5KB  |  132 lines

  1.                             ULIST.COM
  2.  
  3.                     Copyright 1991 Sam Watson
  4.  
  5.  
  6. COPYRIGHT NOTICE:
  7.  
  8.      ULIST in all forms is a copyrighted program that is
  9. distributed under the shareware concept. You may use ULIST for 30
  10. consecutive days for the purpose of evaluation. After the initial
  11. 30 days you must register your copy of ULIST if you wish to use it
  12. at any time.
  13.  
  14.  
  15. WARRANTY:
  16.  
  17.      ULIST is distributed without any warranty either written or
  18. implied. Sam Watson in no way will be liable to anyone for any
  19. damages in any form arising from the use of ULIST.
  20.  
  21. CONTENTS:           (DO NOT USE IF SIZE HAS BEEN ALTERED)
  22.      ZIPPED FILE
  23.           TTULI010.ZIP
  24.      UNZIPPED FILES      SIZE      DESCRIPTION
  25.           ULIST.COM      3,934     Main program
  26.           ULIST.CFG        662     Sample configuration file
  27.           ULIST.DOC      5,427     Documentation
  28.           ULIST.REG      1,405     Registration form
  29.           ULIS.BAT          45     Sample Batch file
  30.  
  31.  
  32. INSTALLATION:
  33. (Examples given here are just illustrations of how the installation
  34. can be done with a system that has the TRITEL BBS software on drive
  35. C and in a directory called \TRITEL. You will need to modify these
  36. examples to fit you system configuration.)
  37.  
  38.      1.   Create a disk directory for the ULIST programs to reside:
  39.           C:>MD \TRITEL\ULIST
  40.      2.   Copy all unzipped files to the disk  directory where you
  41.           wish to have the program reside:
  42.           C:>COPY A:ULIST.* C:\TRITEL\ULIST
  43.      3.   If you wish to use ULIST as a program that is run as an
  44.           event copy the ULIST.BAT file to the main BBS directory:
  45.           C:>COPY C:\TRITEL\ULIST\ULIST.BAT C:\TRITEL
  46.      4.   Using an ascii editor edit the ULIST.CFG file to match
  47.           your system configuration. Note: ULIST.CFG must be in the
  48.           directory that will be default when ULIST.COM is
  49.           executed.
  50.      5.   ULIST can be tested by going to the directory containing
  51.           the executable file and entering the program name:
  52.           C:>CD \TRITEL\ULIST
  53.           C:\TRITEL\ULIST>ULIST
  54. USING ULIST.COM:
  55.  
  56.      ULIST is a stand-alone program that will create a user list
  57. for the TRITEL BBS system. It can be used as an event or can be run
  58. independently. When the program is run a file will be created that
  59. will have a header containing the name and phone number of the BBS
  60. system along with the sysops name. The header is followed by the
  61. name, city and state of each user as it is found in the USERS.DAT
  62. file. You may direct the output to any directory or file name that
  63. you wish. I have chosen to use mine as a bulletin that way users
  64. may choose to view the list at any time. You could also use it to
  65. create a text file that users can download.
  66.      ULIST.COM was written entirely in assembly language and
  67. compiled using Eric Isaacson's A86 MICRO ASSEMBLER (shareware). If
  68. you encounter problems or have suggestions for improvements contact
  69. me either by mail or on my BBS.
  70.  
  71.           Sam Watson
  72.           419 Falcon Ridge Way
  73.           Bolingbrook, Il. 60440-2173
  74.  
  75.           █████████████
  76.           █████████████
  77.           ███   ║   ███
  78.           ███   ║   ███             MY HOUSE BBS
  79.           ███═══╬═══███
  80.           ███   ║   ███           <708> 739-9355
  81.           ███   ║   ███
  82.           ███████████o█           SYSOP Sam Watson
  83.           █████████████
  84.           █████████████
  85.           █████████████
  86.   █████████████████████████████████████████████████████████████████
  87.  
  88.  
  89. DISTRIBUTION:
  90.  
  91.      This program may be distributed on any BBS provided there is
  92. no charge for the distribution or time used in the download. BBS's
  93. that charge a fixed fee for member ship may also distribute this
  94. software as long as there is no charge for the program or the
  95. connect time. When distributed by either of these means you must
  96. include all files listed in the contents section. If any file or
  97. part of a file is deleted or added to this software should not be
  98. distributed.
  99.      Dealers or shareware distributors who wish to distribute this
  100. software should contact me directly prior to any distribution.
  101. Distribution rights will be negotiated on an individual basis.
  102.  
  103. REGISTRATION:
  104.  
  105.      Please use the registration form provided in the file
  106. ULIST.REG. Charges are as follows:
  107.  
  108.      Single copy single user . . . . . . . . . . . . . . . .$5.00
  109.      Single copy multiple user . . . . . . . . . . . . . . $25.00
  110.      Multiple copy multiple user . . . . . . $5.00/copy or $25.00
  111.                                            (which ever is larger)
  112.  
  113.      Additional charges:
  114.      Disk containing the latest version of ULIST . . . . . .$5.00
  115.      Text listing of the program unassembled . . . . . . .$100.00
  116.  
  117.  
  118.      DEFINITIONS:
  119.  
  120.           Single copy single user: When one copy of the software is
  121.           to be loaded into one system and to be used on only that
  122.           system.
  123.  
  124.           Single copy multiple user: When one copy of the software
  125.           is to be loaded onto several systems but only one system
  126.           will have the software loaded into memory at any time.
  127.  
  128.           Multiple copy multiple user: When more than one copy of
  129.           the software is loaded onto more than one system. It
  130.           could be possible that more than one system could be
  131.           using the software at any one time.
  132.